home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 117
/
MacAddict 117.dmg
/
Software
/
Internet & Communication
/
Snak 5.1 (shareware).dmg
/
Snak.app
/
Contents
/
Info.plist
< prev
next >
Wrap
Extensible Markup Language
|
2006-02-19
|
2KB
|
85 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>com.snak.snak</string>
<key>CFBundleName</key>
<string>Snak</string>
<key>CFBundleGetInfoString</key>
<string>Snak version 5.1, Copyright © 1996-2006 by Kent Sorensen. All rights reserved.</string>
<key>CFBundleShortVersionString</key>
<string>Snak version 5.1</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>SNpa</string>
<key>CFBundleExecutable</key>
<string>Snak</string>
<key>CFBundleVersion</key>
<string>5.1</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIconFile</key>
<string>snak-v5.icns</string>
<key>LSRequiresCarbon</key>
<true/>
<key>NSAppleScriptEnabled</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeName</key>
<string>Snak resumable MacBinary file</string>
<key>CFBundleTypeIconFile</key>
<string>SnakResumable.icns</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>RESM</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Snak resumable binary file</string>
<key>CFBundleTypeIconFile</key>
<string>SnakResumable.icns</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>RESB</string>
</array>
</dict>
<dict>
<key>CFBundleTypeName</key>
<string>Snak preference file</string>
<key>CFBundleTypeIconFile</key>
<string>SnakSettings.icns</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>SETT</string>
</array>
</dict>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>Internet Relay Chat</string>
<key>LSIsAppleDefaultForScheme</key>
<true/>
<key>CFBundleURLSchemes</key>
<array>
<string>irc</string>
</array>
</dict>
</array>
</dict>
</plist>